From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 30 Apr 2025 07:45:00 +0000 (+0200) Subject: Drop obsolete patches X-Git-Tag: archive/raspbian/2.7.1+ds-1+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8cc36849399fc4cd04852f6046457f4038e1e8be;p=jacktrip.git Drop obsolete patches --- diff --git a/debian/patches/libsamplerate.patch b/debian/patches/libsamplerate.patch deleted file mode 100644 index ead355c..0000000 --- a/debian/patches/libsamplerate.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Build against system's libsamplerate -Author: IOhannes m zmölnig -Origin: Debian -Forwarded: no -Last-Update: 2025-01-26 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- jacktrip.orig/meson.build -+++ jacktrip/meson.build -@@ -354,8 +354,9 @@ - opt_var.add_cmake_defines({'CMAKE_BUILD_TYPE': 'Debug'}) - endif - opt_var.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'}) -- libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var) -- libsamplerate_dep = libsamplerate_subproject.dependency('samplerate') -+ #libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var) -+ #libsamplerate_dep = libsamplerate_subproject.dependency('samplerate') -+ libsamplerate_dep = dependency('samplerate', required: get_option('libsamplerate')) - found_libsamplerate = libsamplerate_dep.found() - if not found_libsamplerate and not get_option('libsamplerate').auto() - error('failed to configure libsamplerate') diff --git a/debian/patches/series b/debian/patches/series index 8bfc9fa..2bbe444 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ gui-launcher.patch dont_compress_manpages.patch -libsamplerate.patch